object PicForm: TPicForm Left = 259 Top = 195 BorderIcons = [biSystemMenu] BorderStyle = bsNone Caption = 'Obr'#225'zek' ClientHeight = 165 ClientWidth = 454 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Desktop: TImage Left = 0 Top = 0 Width = 105 Height = 105 AutoSize = True ParentShowHint = False ShowHint = True OnClick = DesktopClick OnDblClick = DesktopDblClick OnMouseMove = DesktopMouseMove OnMouseUp = DesktopMouseUp end end